﻿2026-07-06T06:23:59.6655765Z ##[group]Run actions/checkout@v5
2026-07-06T06:23:59.6656260Z with:
2026-07-06T06:23:59.6656547Z   repository: SaberMage/spt-core
2026-07-06T06:23:59.6658980Z   token: ***
2026-07-06T06:23:59.6659273Z   ssh-strict: true
2026-07-06T06:23:59.6659554Z   ssh-user: git
2026-07-06T06:23:59.6659845Z   persist-credentials: true
2026-07-06T06:23:59.6660183Z   clean: true
2026-07-06T06:23:59.6660477Z   sparse-checkout-cone-mode: true
2026-07-06T06:23:59.6660823Z   fetch-depth: 1
2026-07-06T06:23:59.6661097Z   fetch-tags: false
2026-07-06T06:23:59.6661375Z   show-progress: true
2026-07-06T06:23:59.6661666Z   lfs: false
2026-07-06T06:23:59.6661927Z   submodules: false
2026-07-06T06:23:59.6662238Z   set-safe-directory: true
2026-07-06T06:23:59.6662557Z env:
2026-07-06T06:23:59.6662817Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-06T06:23:59.6663195Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-06T06:23:59.6663523Z ##[endgroup]
2026-07-06T06:23:59.9358370Z Syncing repository: SaberMage/spt-core
2026-07-06T06:23:59.9359624Z ##[group]Getting Git version info
2026-07-06T06:23:59.9360102Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T06:23:59.9638295Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T06:23:59.9869806Z git version 2.43.0.windows.1
2026-07-06T06:23:59.9896817Z ##[endgroup]
2026-07-06T06:23:59.9905124Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\709c7ade-bd8c-4175-81c4-8ac2f8d73d7f\.gitconfig'
2026-07-06T06:23:59.9920784Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\709c7ade-bd8c-4175-81c4-8ac2f8d73d7f' before making global git config changes
2026-07-06T06:23:59.9921744Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:23:59.9926013Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T06:24:00.0181286Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T06:24:00.0401776Z https://github.com/SaberMage/spt-core
2026-07-06T06:24:00.0430503Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T06:24:00.0435324Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T06:24:00.0646294Z HEAD
2026-07-06T06:24:00.0889520Z ##[endgroup]
2026-07-06T06:24:00.0893226Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T06:24:00.7949438Z ##[group]Cleaning the repository
2026-07-06T06:24:00.7954161Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T06:24:03.8297131Z Removing .adapter-notify/
2026-07-06T06:24:03.8297918Z Removing target/
2026-07-06T06:24:03.8330870Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T06:24:03.8865843Z HEAD is now at cd4f0727 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:24:03.8892652Z ##[endgroup]
2026-07-06T06:24:03.8896925Z ##[group]Disabling automatic garbage collection
2026-07-06T06:24:03.8901989Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T06:24:03.9647069Z ##[endgroup]
2026-07-06T06:24:03.9647503Z ##[group]Setting up auth
2026-07-06T06:24:03.9653405Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:24:04.0608863Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T06:24:04.8930905Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:24:04.9177739Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T06:24:05.3947190Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:24:05.4171714Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T06:24:05.8922384Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T06:24:05.9176287Z ##[endgroup]
2026-07-06T06:24:05.9176711Z ##[group]Fetching the repository
2026-07-06T06:24:05.9185032Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eafc1837c7074fb14574e127d6b3622d9af54c1b:refs/remotes/pull/52/merge
2026-07-06T06:24:06.6476761Z From https://github.com/SaberMage/spt-core
2026-07-06T06:24:06.6477324Z  + cd4f0727...eafc1837 eafc1837c7074fb14574e127d6b3622d9af54c1b -> pull/52/merge  (forced update)
2026-07-06T06:24:06.6611090Z ##[endgroup]
2026-07-06T06:24:06.6611561Z ##[group]Determining the checkout info
2026-07-06T06:24:06.6612041Z ##[endgroup]
2026-07-06T06:24:06.6617452Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T06:24:06.6898406Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T06:24:06.7126298Z ##[group]Checking out the ref
2026-07-06T06:24:06.7131444Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T06:24:06.7582841Z Warning: you are leaving 1 commit behind, not connected to
2026-07-06T06:24:06.7583238Z any of your branches:
2026-07-06T06:24:06.7583336Z 
2026-07-06T06:24:06.7583604Z   cd4f0727 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:24:06.7583865Z 
2026-07-06T06:24:06.7584032Z If you want to keep it by creating a new branch, this may be a good time
2026-07-06T06:24:06.7584435Z to do so with:
2026-07-06T06:24:06.7584897Z 
2026-07-06T06:24:06.7585029Z  git branch <new-branch-name> cd4f0727
2026-07-06T06:24:06.7585181Z 
2026-07-06T06:24:06.7585917Z HEAD is now at eafc1837 Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:24:06.7603110Z ##[endgroup]
2026-07-06T06:24:06.7846649Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T06:24:06.8065388Z eafc1837c7074fb14574e127d6b3622d9af54c1b
